home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group94a.txt / 000066_icon-group-sender _Sun Feb 27 05:51:21 1994.msg < prev    next >
Internet Message Format  |  1994-08-19  |  1KB

  1. Received: by cheltenham.cs.arizona.edu; Wed, 2 Mar 1994 10:46:14 MST
  2. Date: 27 Feb 94 05:51:21 GMT
  3. From: agate!howland.reston.ans.net!noc.near.net!news.delphi.com!usenet@ucbvax.Berkeley.EDU  (Will Mengarini)
  4. Organization: Delphi (info@delphi.com email, 800-695-4005 voice)
  5. Subject: Re: file dates
  6. Message-Id: <5a-oml5.mengarini@delphi.com>
  7. References: <1994Feb23.121210.9747@hemlock.cray.com>
  8. Sender: icon-group-request@cs.arizona.edu
  9. To: icon-group@cs.arizona.edu
  10. Status: R
  11. Errors-To: icon-group-errors@cs.arizona.edu
  12.  
  13. I've been doing MS-DOS-specific utilities for this kind of thing,
  14. but I think this is a very good point that it'd be useful
  15. for the language to define keywords or functions for things
  16. that can reasonably be expected to be present on most or all
  17. implementations.
  18.  
  19. Can anybody name an Icon implementation for a system where
  20. files are created & stored in a way that doesn't keep track
  21. of both creation date & time, & last-change date & time?
  22.  
  23. It would make sense for this to be a library capability
  24. rather than a language capability, but then the icode
  25. on a particular system should contain only the code for handling
  26. that system, which wouldn't be the case if the system were
  27. identified using a conditional expression based on &features.
  28. I use IPP (an Icon preprocessor from BIPL) in all my programs,
  29. but I'd expect most Unix people to use M4, which is incompatible.
  30. Does anybody else have any relevant thoughts on preprocessing?
  31.